home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / DEVOS / FDSOURCE.ARC / h / Templates < prev    next >
Text File  |  1996-04-12  |  2KB  |  86 lines

  1. /* icon numbers */
  2. #define BRIEF_STATUS 0
  3. #define BRIEF_DLINE 2
  4. #define BRIEF_SAVE 4
  5. #define BRIEF_HANGUP 5
  6. #define INFO_NAME 0
  7. #define INFO_PURPOSE 2
  8. #define INFO_AUTHOR 4
  9. #define INFO_VERSION 5
  10. #define SAVE_OK 0
  11. #define SAVE_CANCEL 1
  12. #define SAVE_NAME 2
  13. #define SAVE_ICON 3
  14. #define LOGIN_NAME 0
  15. #define LOGIN_PASS 2
  16. #define LOGIN_INTERACT 4
  17. #define LOGIN_NODEIP 9
  18. #define LOGIN_HOSTIP 11
  19. #define LOGIN_OK 13
  20. #define LOGIN_CANCEL 14
  21. #define LOGIN_DEL 15
  22. #define DRIVERINFO_NAME 0
  23. #define DRIVERINFO_BY 2
  24. #define DRIVERINFO_PORTS 4
  25. #define DRIVERINFO_FIFO 5
  26. #define SETUP_CANCEL 0
  27. #define SETUP_DIAL 1
  28. #define SETUP_SAVE 2
  29. #define SETUP_PCONF 3
  30. #define SETUP_MCONF 4
  31. #define SETUP_SCONF 5
  32. #define PROVIDER_NAME 0
  33. #define PROVIDER_DOMAIN 2
  34. #define PROVIDER_NS1 6
  35. #define PROVIDER_REMOTE 8
  36. #define PROVIDER_NS2 9
  37. #define PROVIDER_NS3 11
  38. #define PROVIDER_OK 13
  39. #define PROVIDER_CANCEL 14
  40. #define PROVIDER_DEL 15
  41. #define PROVIDER_DCOUNTRY 17
  42. #define PROVIDER_PCOUNTRY 18
  43. #define LOCATION_LOCATION 0
  44. #define LOCATION_PHONE 2
  45. #define LOCATION_OK 4
  46. #define LOCATION_CANCEL 5
  47. #define LOCATION_DEL 6
  48. #define PASSWD_LOGIN 0
  49. #define PASSWD_PASS 2
  50. #define PASSWD_OK 4
  51. #define PASSWD_CANCEL 5
  52. #define SETPROVIDER_DPROVIDER 0
  53. #define SETPROVIDER_PPROVIDER 1
  54. #define SETPROVIDER_DLOCAT 3
  55. #define SETPROVIDER_PLOCAT 4
  56. #define SETPROVIDER_DPHONE 6
  57. #define SETPROVIDER_DLOGIN 8
  58. #define SETPROVIDER_PLOGIN 9
  59. #define SETPROVIDER_RESCONF 11
  60. #define SETMODEM_DMODEM 0
  61. #define SETMODEM_PMODEM 1
  62. #define SETMODEM_DDRIVER 3
  63. #define SETMODEM_PDRIVER 4
  64. #define SETMODEM_PORT 6
  65. #define SETMODEM_PORTDOWN 8
  66. #define SETMODEM_PORTUP 9
  67. #define SETMODEM_DBAUD 10
  68. #define SETMODEM_PBAUD 11
  69. #define SETMODEM_ATTEMPT 13
  70. #define SETMODEM_MAXATTEMPTS 14
  71. #define SETMODEM_ATTDOWN 15
  72. #define SETMODEM_ATTUP 16
  73. #define SETMODEM_DEVERY 17
  74. #define SETMODEM_PEVERY 18
  75. #define SETSTACK_DSCRIPT 0
  76. #define SETSTACK_PSCRIPT 1
  77. #define SETSTACK_DSTACK 3
  78. #define SETSTACK_PSTACK 4
  79. #define SETSTACK_BRIEF 6
  80. #define DIAL_STATUS 0
  81. #define DIAL_DLINE 2
  82. #define DIAL_SAVE 4
  83. #define DIAL_HANGUP 5
  84. #define DIAL_VIEW 13
  85. #define DIAL_SENT 14
  86.